GdkPixbuf @GDK_PIXBUF_REQUIRED_VERSION@, ATK @ATK_REQUIRED_VERSION@
and cairo @CAIRO_REQUIRED_VERSION@.
+ - libepoxy, for cross-platform OpenGL support.
+ It can be found here: https://github.com/anholt/libepoxy
+
- Each GDK backend has its own backend-specific requirements. For
the X11 backend, X11 R6 and XInput version 2 (as well as a number
- of other extensions) are required.
+ of other extensions) are required. The Wayland backend requires
+ (obviously) the Wayland libraries.
- gobject-introspection @INTROSPECTION_REQUIRED_VERSION@ or newer.
Even better are git-formatted patches. (Use git format-patch)
+Release notes for 3.16
+======================
+
+* GTK+ now includes an OpenGL rendering widget. To support GL on various
+ platforms, GTK+ uses libepoxy.
+
Release notes for 3.14
======================
drawing.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink url="https://github.com/anholt/libepoxy">libepoxy</ulink>
+ is a library that abstracts the differences between different
+ OpenGL libraries. GTK+ uses it for cross-platform GL support.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The <ulink url="http://wayland.freedesktop.org">Wayland</ulink> libraries
+ are needed to build GTK+ with the Wayland backend.
+ </para>
+ </listitem>
<listitem>
<para>
The <ulink url="http://www.freedesktop.org/wiki/Software/shared-mime-info">shared-mime-info</ulink>
<envar>XDG_DATA_DIRS</envar> set accordingly at configure time.
Otherwise, gdk-pixbuf falls back to its built-in mime type detection.
</para>
- </listitem>
+ <listitem>
</itemizedlist>
</refsect1>
<refsect1 id="building">